QuickTime 1.6.1 added a new flag to the grabPictCurrentImage parameter to the SGGrabPict function:
enum {
grabPictCurrentImage = 4
};
The flags parameter to the SGSettingsDialog function is a reserved flag and can only be set to 0. QuickTime 2.1 provided a new flag value you can use to indicate that you want to display only panels that make sense for previewing:
enum {
seqGrabSettingsPreviewOnly = 1
};
| Previous | Chapter Contents | Chapter Top | Next |